From 4f5a6be12da72ebce3babe2dacf7549aff5daddf Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Fri, 11 Sep 2026 20:06:06 +0800 Subject: [PATCH] Update build-windows-x86.yml --- .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 017c9084..e193e7cd 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/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"