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.
2 parents 31010ca + fca8611 commit eaf1f34Copy full SHA for eaf1f34
src/ci/docker/scripts/build-gcc.sh
@@ -7,7 +7,7 @@ source shared.sh
7
# This version is specified in the Dockerfile
8
GCC=$GCC_VERSION
9
10
-curl https://ftp.gnu.org/gnu/gcc/gcc-$GCC/gcc-$GCC.tar.xz | xzcat | tar xf -
+curl https://ci-mirrors.rust-lang.org/rustc/gcc/gcc-$GCC.tar.xz | xzcat | tar xf -
11
cd gcc-$GCC
12
13
# FIXME(#49246): Remove the `sed` below.
0 commit comments