Skip to content

Commit

Permalink
Use https to download tarballs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mithro committed Aug 13, 2015
1 parent 33070d5 commit 82e1c0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/get-env.sh
Expand Up @@ -4,8 +4,8 @@ SETUP_SRC=$(realpath ${BASH_SOURCE[@]})
SETUP_DIR=$(dirname $SETUP_SRC)
USER=$(whoami)

BINUTILS_URL=http://ftp.gnu.org/gnu/binutils/binutils-2.25.tar.gz
GCC_URL=http://mirrors-usa.go-parts.com/gcc/releases/gcc-4.9.3/gcc-4.9.3.tar.bz2
BINUTILS_URL=https://ftp.gnu.org/gnu/binutils/binutils-2.25.tar.gz
GCC_URL=https://ftp.gnu.org/gnu/gcc/gcc-4.9.3/gcc-4.9.3.tar.bz2
TARGET=lm32-elf

BUILD_DIR=$SETUP_DIR/../build
Expand Down

0 comments on commit 82e1c0a

Please sign in to comment.