diff --git a/tinycore.html b/tinycore.html
index 91242fe..ba59e11 100644
--- a/tinycore.html
+++ b/tinycore.html
@@ -250,7 +250,7 @@
var script = document.createElement('script');
script.type = 'text/javascript';
- var cxFile = "https://cheerpxdemos.leaningtech.com/publicdeploy/20221125/cx.js";
+ var cxFile = "https://cheerpxdemos.leaningtech.com/publicdeploy/CX_VERSION/cx.js";
script.src = cxFile;
script.addEventListener("load", runInit, false);