diff options
-rwxr-xr-x | build-gcc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-gcc.sh b/build-gcc.sh index 2d77d80..62ed324 100755 --- a/build-gcc.sh +++ b/build-gcc.sh @@ -22,7 +22,7 @@ if [ ! -x /usr/bin/wget -o ! -x /usr/bin/whiptail ]; then fi BIN_DLSITE="https://ftp.gnu.org/gnu/binutils" -GCC_DLSITE="https://mirrors-usa.go-parts.com/gcc/releases" +GCC_DLSITE="https://bigsearcher.com/mirrors/gcc/releases" CPUCORES=$(cat /proc/cpuinfo | grep -E '^processor' | wc -l) # download choosen binutils version |