Skip to content

Commit

Permalink
Add trailing slash for default $SWIVM_MIRROR location https://www.swi…
Browse files Browse the repository at this point in the history
  • Loading branch information
fnogatz committed Nov 13, 2020
1 parent 2e14442 commit 8dcd05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swivm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ unset SWIVM_SCRIPT_SOURCE 2> /dev/null

# Setup mirror location if not already set
if [ -z "$SWIVM_MIRROR" ]; then
export SWIVM_MIRROR="https://www.swi-prolog.org/download"
export SWIVM_MIRROR="https://www.swi-prolog.org/download/"
fi
if [ -z "$GITHUB_MIRROR" ]; then
export GITHUB_MIRROR="https://github.com/SWI-Prolog"
Expand Down

0 comments on commit 8dcd05a

Please sign in to comment.