diff --git a/bin/caretta-app-demo b/bin/caretta-app-demo
index 12263fa5868091c329f452480d2542b910010be9..fd5388033784c4b7cd285d1a9598cc8143cdab29 100644
--- a/bin/caretta-app-demo
+++ b/bin/caretta-app-demo
@@ -405,7 +405,7 @@ def write_output(clicked, clicked_all, chosen_feature, feature_dict, aln):
 def download_file(path):
     root_dir = os.getcwd()
     return flask.send_from_directory(
-        os.path.join(root_dir, 'caretta/static'), path)
+        os.path.join(root_dir, 'static'), path)
 
 
 @app.callback([dash.dependencies.Output("feature-line", "figure"),