We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28d16f2 commit 78dd453Copy full SHA for 78dd453
redex-test/redex/tests/ryr-test.rkt
@@ -7,7 +7,7 @@
7
8
(define tmp-dir (make-temporary-file "ryr-test-~a" 'directory))
9
(current-directory tmp-dir)
10
-(define models-url "http://users.cs.northwestern.edu/~robby/lightweight-metatheory/models.tar.gz")
+(define models-url "https://users.cs.northwestern.edu/~robby/lightweight-metatheory/models.tar.gz")
11
(printf "downloading ~a\n to ~a\n" models-url tmp-dir)
12
(call-with-output-file "models.tar.gz"
13
(λ (out-port)
0 commit comments