diff --git a/labs/amy_reference_compiler.md b/labs/amy_reference_compiler.md index 7d3da87ad3ec801ae765fd82f0cd9604de0e209f..66beedba94d0baa77930bbcc92329d9f32418400 100644 --- a/labs/amy_reference_compiler.md +++ b/labs/amy_reference_compiler.md @@ -2,7 +2,7 @@ We provide you with a reference compiler for the Amy language that you can use to explore the expected behavior of your own compiler. -The reference compiler is [[http://lara.epfl.ch/~gschmid/clp20/amyc_2.12-1.7.jar|available here]]. +The reference compiler is [available here](https://gitlab.epfl.ch/lara/cs320/-/blob/main/labs/amyc-assembly-1.7.jar). You can run it as follows: java -cp amyc_2.12-1.7.jar amyc.Main [options] [input files]