Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormhsanaei <ho3ein.sanaei@gmail.com>2025-08-07 00:35:20 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2025-08-07 00:35:20 +0300
commit4f25eb230edd29fa7bcf8b9bcd02ec3c38cf0a2b (patch)
tree10b3bc1ccaea77df6b703103f820a81720cc4d3f /.github/workflows/release.yml
parentce72d53d1a30940443de01a64542ed19685185a3 (diff)
musl: new version
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 222f198a..62196b86 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -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"