From b4d679d31f6d0d6cd08ad3a982474254bef613a0 Mon Sep 17 00:00:00 2001 From: jojodecayz <121620462+jojodecayz@users.noreply.github.com> Date: Thu, 30 Jan 2025 12:06:45 +0800 Subject: [PATCH] Update Python fallback mirror in uvMirrors.ts (#2382) --- src/constants/uvMirrors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/uvMirrors.ts b/src/constants/uvMirrors.ts index 6fa7e9b3e..393bc6889 100644 --- a/src/constants/uvMirrors.ts +++ b/src/constants/uvMirrors.ts @@ -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' }