mirror of
https://github.com/tsl0922/ttyd.git
synced 2026-02-06 18:14:24 +01:00
scripts: download cross toolchain with https
This commit is contained in:
@@ -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})..."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user