From 2e1bb23da74f00d19ead512ce84530c7fcdef3b5 Mon Sep 17 00:00:00 2001 From: autorepobot Date: Tue, 28 Jul 2026 20:10:12 +0800 Subject: [PATCH] Update build-windows-x86.yml (#9846) --- .github/workflows/build-windows-x86.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-windows-x86.yml b/.github/workflows/build-windows-x86.yml index 7896526f..4b35e205 100644 --- a/.github/workflows/build-windows-x86.yml +++ b/.github/workflows/build-windows-x86.yml @@ -146,7 +146,7 @@ jobs: $xrayTag = "v$xrayVer" $singTag = "v$singVer" - $xrayUrl = "https://github.com/autorepobot/Xray-core/releases/download/$xrayTag/Xray-windows-32.zip" + $xrayUrl = "https://github.com/XTLS/Xray-core/releases/download/$xrayTag/Xray-windows-32.zip" $singUrl = "https://github.com/SagerNet/sing-box/releases/download/$singTag/sing-box-$singVer-windows-386.zip" Write-Host "Bundled Xray version: $xrayVer"