diff --git a/docs/setup.rst b/docs/setup.rst
index ddf9a0e7a62eec75e28bc45f04fa852a547806ef..9b24f5c7993c346430ac5a4ed5fe600c7a44c7ac 100644
--- a/docs/setup.rst
+++ b/docs/setup.rst
@@ -115,7 +115,9 @@ Install the tutorial
 The tutorial is available for download on the SCC Gitlab repository::
 
   cd $HOME
-  git clone https://git.scc.kit.edu/jk7683/grk2450-fireworks-tutorial
+  wget https://git.scc.kit.edu/jk7683/grk2450-fireworks-tutorial/-/archive/master/grk2450-fireworks-tutorial-master.zip
+  unzip grk2450-fireworks-tutorial-master.zip
+  mv grk2450-fireworks-tutorial-master grk2450-fireworks-tutorial
   cd grk2450-fireworks-tutorial
   export PYTHONPATH=$PWD/lib:$PYTHONPATH
   export PATH=$PWD/bin:$PATH