diff --git a/instance-scripts/config-files/ttyd.service b/instance-scripts/config-files/ttyd.service
index 9779f7290778a9a423e61d60db815a64b45a50a5..545737074ff5cde21dbb3b1fd183c744e0188392 100644
--- a/instance-scripts/config-files/ttyd.service
+++ b/instance-scripts/config-files/ttyd.service
@@ -3,7 +3,7 @@ Description=ttyd web server to allow remote access to terminal
 After=network.target
 
 [Service]
-ExecStart=/root/ttyd/ttyd.86_64 -p 8082 -i lo -c admin:%user_password% -T xterm bash
+ExecStart=/root/ttyd/ttyd.x86_64 -p 8082 -i lo -c admin:%user_password% -T xterm bash
 
 [Install]
 WantedBy=multi-user.target
\ No newline at end of file