File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,11 +63,11 @@ sudo apt install -y libgmp-dev libmpfr-dev libmpc-dev zlib1g-dev libisl-dev
6363pushd $_TMP_DIR
6464
6565# Download source
66- GCC_SRC_URL=https://mirror .kernel.org/gnu/gcc/gcc-${GCC_VERSION} /gcc-${GCC_VERSION} .tar.gz
66+ GCC_SRC_URL=https://mirrors .kernel.org/gnu/gcc/gcc-${GCC_VERSION} /gcc-${GCC_VERSION} .tar.gz
6767GCC_SRC_FILE=$_CACHE_DIR /gcc-${GCC_VERSION} .tar.gz
6868GCC_SRC_DIR=$_TMP_DIR /gcc-${GCC_VERSION}
6969termux_download $GCC_SRC_URL $GCC_SRC_FILE $GCC_SHA256
70- BINUTILS_SRC_URL=https://mirror .kernel.org/gnu/binutils/binutils-${BINUTILS_VERSION} .tar.gz
70+ BINUTILS_SRC_URL=https://mirrors .kernel.org/gnu/binutils/binutils-${BINUTILS_VERSION} .tar.gz
7171BINUTILS_SRC_FILE=$_CACHE_DIR /binutils-${BINUTILS_VERSION} .tar.gz
7272BINUTILS_SRC_DIR=$_TMP_DIR /binutils-${BINUTILS_VERSION}
7373termux_download $BINUTILS_SRC_URL $BINUTILS_SRC_FILE $BINUTILS_SHA256
You can’t perform that action at this time.
0 commit comments