Skip to content

Commit fca8611

Browse files
committed
Mirror GCC
1 parent ba86c04 commit fca8611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/scripts/build-gcc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ source shared.sh
77
# This version is specified in the Dockerfile
88
GCC=$GCC_VERSION
99

10-
curl https://ftp.gnu.org/gnu/gcc/gcc-$GCC/gcc-$GCC.tar.xz | xzcat | tar xf -
10+
curl https://ci-mirrors.rust-lang.org/rustc/gcc/gcc-$GCC.tar.xz | xzcat | tar xf -
1111
cd gcc-$GCC
1212

1313
# FIXME(#49246): Remove the `sed` below.

0 commit comments

Comments
 (0)