Skip to content

Commit

Permalink
Merge pull request tlaplus#115 from tlaplus/isabelle-https
Browse files Browse the repository at this point in the history
Use HTTPS to download the Isabelle.
  • Loading branch information
kape1395 authored Jan 30, 2024
2 parents a0ae986 + 084ebe4 commit b9b9a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/isabelle/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ifeq ($(OS_TYPE),Cygwin)
FIND_EXEC=-executable
endif

ISABELLE_URL=http://isabelle.in.tum.de/website-$(ISABELLE_VSN)/dist/$(ISABELLE_ARCHIVE)
ISABELLE_URL=https://isabelle.in.tum.de/website-$(ISABELLE_VSN)/dist/$(ISABELLE_ARCHIVE)
ISABELLE_DIR=Isabelle

# Some defaults, for the case if makefile is called not by the dune build system.
Expand Down

0 comments on commit b9b9a92

Please sign in to comment.