From 7d377e1e750d1879ac6f126f85534d6c0dca7e29 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Mon, 15 Jun 2026 14:35:40 +0800 Subject: [PATCH] fix: keep pinned offline release cache stable --- scripts/setup-ai-workspace-all-in-one.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup-ai-workspace-all-in-one.sh b/scripts/setup-ai-workspace-all-in-one.sh index 8b0a8c4..40a7682 100755 --- a/scripts/setup-ai-workspace-all-in-one.sh +++ b/scripts/setup-ai-workspace-all-in-one.sh @@ -288,7 +288,7 @@ resolve_offline_source_url() { local location case "$source" in - http://*|https://*) + https://github.com/*/releases/latest/download/*) location="$( curl -sSI --connect-timeout 15 --max-time 30 "$source" 2>/dev/null | tr -d '\r' |