Skip to content

Commit 778de27

Browse files
authored
Update install-toolchain.sh
1 parent ba727bc commit 778de27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install-toolchain.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fi
1818

1919
case $(uname -s) in
2020
Darwin)
21-
toolchain_download="$swift_tag-macos_x86_64.tar.gz"
21+
toolchain_download="$swift_tag-macos_x86_64.pkg"
2222
echo '-macos' >> .swift-version
2323
;;
2424
Linux)

0 commit comments

Comments
 (0)