diff --git a/labs/tools-setup.md b/labs/tools-setup.md
index 26810c30da61e63ba84663cbd32d12dc0158ef57..f516742ab62d6cfd7cc6d41df9dd9743965a77f0 100644
--- a/labs/tools-setup.md
+++ b/labs/tools-setup.md
@@ -53,7 +53,13 @@ cd %USERPROFILE%
 Now assuming that you're in the correct directory you can run:
 
 ```shell
-bitsadmin /transfer cs-cli https://git.io/coursier-cli-windows-exe "%cd%\cs.exe"
+bitsadmin /transfer cs-cli  https://github.com/coursier/launchers/raw/master/cs-x86_64-pc-win32.zip "%cd%\cs.zip"
+```
+```shell
+tar -xf cs.zip
+```
+```shell
+move cs-x86_64-pc-win32.exe cs.exe
 ```
 ```shell
 .\cs setup -y --jvm 8 --apps cs,sbt