Merge branch 'MHSanaei:main' into main

This commit is contained in:
心隨緣動 2025-08-07 12:55:25 +08:00 committed by GitHub
commit 5083cb96ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,7 +48,7 @@ jobs:
export GOOS=linux
export GOARCH=${{ matrix.platform }}
TOOLCHAIN_URL=""
MUSL_CC_HOST="https://github.com/musl-cc/musl.cc/releases/download/v0.0.1" #http://musl.cc
MUSL_CC_HOST="https://download.wireguard.com/qemu-test/toolchains/20240917/"
case "${{ matrix.platform }}" in
amd64)
TOOLCHAIN_URL="$MUSL_CC_HOST/x86_64-linux-musl-cross.tgz"