diff --git a/debian/bin/mimic3 b/debian/bin/mimic3
index b075063..e3be690 100755
--- a/debian/bin/mimic3
+++ b/debian/bin/mimic3
@@ -14,4 +14,4 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see .
#
-/usr/lib/mimic3-tts/mimic3 "$@"
+/usr/lib/mycroft/mimic3/mimic3 "$@"
diff --git a/debian/bin/mimic3-download b/debian/bin/mimic3-download
new file mode 100755
index 0000000..03998e8
--- /dev/null
+++ b/debian/bin/mimic3-download
@@ -0,0 +1,17 @@
+#!/usr/bin/env sh
+# Copyright 2022 Mycroft AI Inc.
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with this program. If not, see .
+#
+/usr/lib/mycroft/mimic3/mimic3-download "$@"
diff --git a/debian/bin/mimic3-server b/debian/bin/mimic3-server
index 7afadf8..6bcf7a9 100755
--- a/debian/bin/mimic3-server
+++ b/debian/bin/mimic3-server
@@ -14,4 +14,4 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see .
#
-/usr/lib/mimic3-tts/mimic3-server "$@"
+/usr/lib/mycroft/mimic3/mimic3-server "$@"