musl: new version

This commit is contained in:
mhsanaei 2025-08-06 23:35:20 +02:00
parent ce72d53d1a
commit 4f25eb230e
No known key found for this signature in database
GPG key ID: D875CD086CF668A0

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"