diff --git a/exercises/assembly_exercise.md b/exercises/assembly_exercise.md
index 28848d4d88f3750cc74d18520c1980cf70b1173d..af445368e2256d87058abad870a9b7eda6713307 100644
--- a/exercises/assembly_exercise.md
+++ b/exercises/assembly_exercise.md
@@ -37,7 +37,7 @@ We will first do the assembly of a small test dataset together. Later, you will
     cp -r /shares/amr.imm.uzh/data/projects/Blockcourse_BIO296/FS2023/testdata/nanopore/rawdata /data/$USER/testdata/nanopore/
 
     # copy scripts
-    cp /shares/amr.imm.uzh/data/projects/Blockcourse_BIO296/FS2023/testdata/nanopore/rawdata/*.sh /data/$USER/testdata/nanopore/
+    cp /shares/amr.imm.uzh/data/projects/Blockcourse_BIO296/FS2023/testdata/nanopore/*.sh /data/$USER/testdata/nanopore/
     ```