Skip to content

Commit

Permalink
Updated binary URL
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Nov 14, 2022
1 parent 691954a commit b038405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetch-binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if [[ $OSTYPE == 'darwin'* ]]; then

# Download prebuilt Swift for Armv7
DOWNLOAD_FILE=$INSTALL_TAR
SRCURL=https://github.com/colemancda/swift-armv7/releases/download/0.4.3/swift-armv7.tar.gz
SRCURL=https://github.com/colemancda/swift-armv7/releases/download/0.5.0/swift-armv7.tar.gz
if test -f "$DOWNLOAD_FILE"; then
echo "swift-armv7.tar.gz exists"
else
Expand Down

0 comments on commit b038405

Please sign in to comment.