Skip to content

Commit 78dd453

Browse files
committed
canonical url changed
1 parent 28d16f2 commit 78dd453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redex-test/redex/tests/ryr-test.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
(define tmp-dir (make-temporary-file "ryr-test-~a" 'directory))
99
(current-directory tmp-dir)
10-
(define models-url "http://users.cs.northwestern.edu/~robby/lightweight-metatheory/models.tar.gz")
10+
(define models-url "https://users.cs.northwestern.edu/~robby/lightweight-metatheory/models.tar.gz")
1111
(printf "downloading ~a\n to ~a\n" models-url tmp-dir)
1212
(call-with-output-file "models.tar.gz"
1313
(λ (out-port)

0 commit comments

Comments
 (0)