Skip to content

Commit 5fe6fdc

Browse files
authored
Use sourceware server for fetching binutils
ftp.gnu.org has been too slow for the past few days, and having a manual cache is probably ok... until someone tries to bump the binutils in a few months.
1 parent 427fa4a commit 5fe6fdc

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 https://compiler-explorer.s3.us-east-1.amazonaws.com/public/binutils-${BINUTILS_VERSION}.tar.bz2
295+
curl -L -O https://sourceware.org/pub/binutils/releases/binutils-${BINUTILS_VERSION}.tar.bz2
296296
fi
297297
tar jxf binutils-${BINUTILS_VERSION}.tar.bz2
298298
fi

0 commit comments

Comments
 (0)