diff --git a/packages/py-tvb-multiscale/package.py b/packages/py-tvb-multiscale/package.py
index a069fc2ff244fe7562376ed0340412c986d7153e..797c2e87b12972b0f7879b23929eb2a72d6bbae6 100644
--- a/packages/py-tvb-multiscale/package.py
+++ b/packages/py-tvb-multiscale/package.py
@@ -12,12 +12,11 @@ class PyTvbMultiscale(PythonPackage):
     """
 
     homepage = "https://github.com/the-virtual-brain/tvb-multiscale"
-    url = "https://github.com/the-virtual-brain/tvb-multiscale/archive/refs/tags/2.1.0.tar.gz"
+    url = "https://github.com/the-virtual-brain/tvb-multiscale/archive/refs/tags/2.1.0.ebrains.tar.gz"
 
     maintainers = ['dionperd', 'paulapopa', "ldomide", "vbragin"]
 
-    version('2.1.0', sha256='39efd559826702a9f9b092355fa065154b7193efdb1c70975879011ceeff6164')
-
+    version('2.1.0', sha256='4b6475527634c402ce1f421388cb609bb2b85808f9975435f93be2353218bf1b')
 
     # python_requires
     depends_on('python@3.8:3.10', type=('build', 'run'))