From b71952c141306f58dd0dadeaef34015245232f6d Mon Sep 17 00:00:00 2001 From: Robin Huang Date: Tue, 4 Mar 2025 15:53:58 -0800 Subject: [PATCH] Update uv astral python mirror. (#2863) --- 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 393bc6889..0a2c612ce 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://bgithub.xyz/astral-sh/python-build-standalone/releases/download', + 'https://python-standalone.org/mirror/astral-sh/python-build-standalone', validationPathSuffix: '/20250115/cpython-3.10.16+20250115-aarch64-apple-darwin-debug-full.tar.zst.sha256' }