From a3e5dd04d4cf8b817fe64f9d1e20f81739f4296d Mon Sep 17 00:00:00 2001 From: Mishal Shah Date: Fri, 21 Aug 2026 21:34:42 -0700 Subject: [PATCH] [release/6.4.x] Update the stdlib url to 6.4.x zip --- scripts/sources.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sources.json b/scripts/sources.json index 4d73ef60..84ec212b 100644 --- a/scripts/sources.json +++ b/scripts/sources.json @@ -14,7 +14,7 @@ { "id": "swift-stdlib", "type": "archive", - "url": "https://download.swift.org/docs/main/swift_docc.zip", + "url": "https://download.swift.org/docs/release/6.4.x/swift_docc.zip", "format": "zip", "docc_archive_name": "Swift.doccarchive", "strip_availability": true