Skip to content

Commit 4d5bb93

Browse files
authored
Fix the http -> https
1 parent af0213c commit 4d5bb93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

20-
$SWIFT_RELEASE_METADATA="http://download.swift.org/development/$swiftOSVersion/latest-build.json"
20+
$SWIFT_RELEASE_METADATA="https://download.swift.org/development/$swiftOSVersion/latest-build.json"
2121
$Release = curl.exe -sL ${SWIFT_RELEASE_METADATA}
2222
$SWIFT_URL = "https://download.swift.org/development/$swiftOSVersion/$($($Release | ConvertFrom-JSON).dir)/$($($Release | ConvertFrom-JSON).download)"
2323

0 commit comments

Comments
 (0)