diff --git a/labs/labs01_material/labs01.zip b/labs/labs01_material/clp-lab01.zip
similarity index 50%
rename from labs/labs01_material/labs01.zip
rename to labs/labs01_material/clp-lab01.zip
index 62a6283829369bd2be8c849f1b8a0da88c2a662f..926b052d4cb4c554b53aa278125081f9c110ca41 100644
Binary files a/labs/labs01_material/labs01.zip and b/labs/labs01_material/clp-lab01.zip differ
diff --git a/labs/labs_01.md b/labs/labs_01.md
index f442a8003d3847c186f9980c6dec3f7f76b8e02a..3ae28fd619cf4ce1e0b5a250b572bc99414b9df8 100644
--- a/labs/labs_01.md
+++ b/labs/labs_01.md
@@ -14,7 +14,7 @@ If you have questions about how a feature of Amy works, you can always look at t
 
 The main task of the first lab is to write an interpreter for Amy. 
 
-(If you haven't been assigned your repository yet, you can download a packaged version of the interpreter lab's skeleton [here](https://gitlab.epfl.ch/lara/cs320/-/blob/main/labs/labs01_material/labs01.zip). If you already have your repository assigned, you can simply check out the `lab01` branch. Note that future labs will only be distributed through the repository, so be sure to familiarize yourself with the setup.)
+(If you haven't been assigned your repository yet, you can download a packaged version of the interpreter lab's skeleton [here](https://gitlab.epfl.ch/lara/cs320/-/blob/main/labs/labs01_material/clp-lab01.zip). If you already have your repository assigned, you can simply check out the `lab01` branch. Note that future labs will only be distributed through the repository, so be sure to familiarize yourself with the setup.)
 
 
 ## Interpreters