diff --git a/mlair/reference_data_handler/IntelliO3v1Reference.py b/mlair/reference_data_handler/IntelliO3v1Reference.py
index ca2f025cfe47e4bbdf7e81918ab86701f27a855e..68692a30764f42678354e79b7913e2573ab8e668 100644
--- a/mlair/reference_data_handler/IntelliO3v1Reference.py
+++ b/mlair/reference_data_handler/IntelliO3v1Reference.py
@@ -71,7 +71,7 @@ class IntelliO3Reference(AbstractReferenceb2share):
         if ref_store_path is None:
             ref_store_path = f"{self.ref_name}/"
         self.ref_store_path = ref_store_path
-        self.tmp_extract_path = "tmp_download/"
+        self.tmp_extract_path = "tmp_downloads/"
         self.orig_forecast_path = "IntelliO3-ts/IntelliO3-ts_network/forecasts/"
         self.file_pattern = "forecasts_DE?????_test.nc"