Skip to content

Commit 427fa4a

Browse files
authored
use binutils from s3
1 parent 2693e24 commit 427fa4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ else
292292
else
293293
echo "Fetching binutils ${BINUTILS_VERSION}"
294294
if [[ ! -e binutils-${BINUTILS_VERSION}.tar.bz2 ]]; then
295-
curl -L -O http://ftp.gnu.org/gnu/binutils/binutils-${BINUTILS_VERSION}.tar.bz2
295+
curl -L -O https://compiler-explorer.s3.us-east-1.amazonaws.com/public/binutils-${BINUTILS_VERSION}.tar.bz2
296296
fi
297297
tar jxf binutils-${BINUTILS_VERSION}.tar.bz2
298298
fi

0 commit comments

Comments
 (0)