We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2693e24 commit 427fa4aCopy full SHA for 427fa4a
build/build.sh
@@ -292,7 +292,7 @@ else
292
else
293
echo "Fetching binutils ${BINUTILS_VERSION}"
294
if [[ ! -e binutils-${BINUTILS_VERSION}.tar.bz2 ]]; then
295
- curl -L -O http://ftp.gnu.org/gnu/binutils/binutils-${BINUTILS_VERSION}.tar.bz2
+ curl -L -O https://compiler-explorer.s3.us-east-1.amazonaws.com/public/binutils-${BINUTILS_VERSION}.tar.bz2
296
fi
297
tar jxf binutils-${BINUTILS_VERSION}.tar.bz2
298
0 commit comments