We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba727bc commit 778de27Copy full SHA for 778de27
scripts/install-toolchain.sh
@@ -18,7 +18,7 @@ fi
18
19
case $(uname -s) in
20
Darwin)
21
- toolchain_download="$swift_tag-macos_x86_64.tar.gz"
+ toolchain_download="$swift_tag-macos_x86_64.pkg"
22
echo '-macos' >> .swift-version
23
;;
24
Linux)
0 commit comments