Skip to content

Commit

Permalink
scripts: download cross toolchain with https
Browse files Browse the repository at this point in the history
  • Loading branch information
tsl0922 committed Aug 29, 2020
1 parent d9cf6fc commit 94dd4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cross-build.sh
Expand Up @@ -144,7 +144,7 @@ build() {
echo "=== Installing toolchain ${ALIAS} (${TARGET})..."

mkdir -p "${CROSS_ROOT}" && export PATH="${PATH}:/opt/cross/bin"
curl -sLo- "http://musl.cc/${TARGET}-cross.tgz" | tar xz -C "${CROSS_ROOT}" --strip-components 1
curl -sLo- "https://musl.cc/${TARGET}-cross.tgz" | tar xz -C "${CROSS_ROOT}" --strip-components 1

echo "=== Building target ${ALIAS} (${TARGET})..."

Expand Down

0 comments on commit 94dd4a0

Please sign in to comment.