mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-08-23 03:16:52 +00:00
musl: new version
This commit is contained in:
parent
ce72d53d1a
commit
4f25eb230e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue