Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 778de27

Browse files
authoredOct 21, 2020
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.