Skip to content

Commit

Permalink
fixes jena script to download from https
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Mar 3, 2024
1 parent f88d36e commit db09172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/jena
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ checkOrGetJenaParts() {
local tgz="$jpart.tar.gz"
if [ ! -f "$tgz" ]
then
local url="http://archive.apache.org/dist/jena/binaries/$tgz"
local url="https://archive.apache.org/dist/jena/binaries/$tgz"
color_msg $blue "downloading $tgz from $url"
curl $url -o "$tgz"
else
Expand Down

0 comments on commit db09172

Please sign in to comment.