Skip to content

Commit af0213c

Browse files
authored
Fix the http -> https
1 parent 26e60cf commit af0213c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/windows/swift/install-swift-nightly-6.2.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if ([System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture -eq "Arm
1919
$swiftOSVersion = 'windows10'
2020
}
2121

22-
$SWIFT_RELEASE_METADATA="http://download.swift.org/swift-6.2-branch/$swiftOSVersion/latest-build.json"
22+
$SWIFT_RELEASE_METADATA="https://download.swift.org/swift-6.2-branch/$swiftOSVersion/latest-build.json"
2323
$Release = curl.exe -sL ${SWIFT_RELEASE_METADATA}
2424
$SWIFT_URL = "https://download.swift.org/swift-6.2-branch/$swiftOSVersion/$($($Release | ConvertFrom-JSON).dir)/$($($Release | ConvertFrom-JSON).download)"
2525

0 commit comments

Comments
 (0)