Update Python fallback mirror in uvMirrors.ts (#2382)

This commit is contained in:
jojodecayz
2025-01-30 12:06:45 +08:00
committed by GitHub
parent 7afc1baf7d
commit b4d679d31f

View File

@@ -22,7 +22,7 @@ export const PYTHON_MIRROR: UVMirror = {
mirror:
'https://github.com/astral-sh/python-build-standalone/releases/download',
fallbackMirror:
'https://ghfast.top/https://github.com/astral-sh/python-build-standalone/releases/download',
'https://bgithub.xyz/astral-sh/python-build-standalone/releases/download',
validationPathSuffix:
'/20250115/cpython-3.10.16+20250115-aarch64-apple-darwin-debug-full.tar.zst.sha256'
}