diff --git a/climax/main/downscale_bootstrap.py b/climax/main/downscale_bootstrap.py
index 1355fcb712be8bf53e28c5bfe7a71cde58aa24cb..3e119c0d503cc85ef7f06800d0814b90c44c921b 100644
--- a/climax/main/downscale_bootstrap.py
+++ b/climax/main/downscale_bootstrap.py
@@ -51,7 +51,8 @@ if __name__ == '__main__':
         lr_scheduler=LR_SCHEDULER)
 
     # models trained with bootstrapping
-    state_file = MODEL_PATH.joinpath('bootstrap', PREDICTAND, state_file)
+    state_file = MODEL_PATH.joinpath('bootstrap', PREDICTAND, state_file.stem,
+                                     state_file)
     target = TARGET_PATH.joinpath('bootstrap', PREDICTAND, state_file.stem)
 
     # check if output path exists