diff --git a/setup.py b/setup.py index a2ab2b2e8..ec2f37c16 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( "crytic-compile", ], dependency_links=[ - "git+https://github.com/crytic/crytic-compile.git@dev-compilation-units#egg=crytic-compile" + "git+https://github.com/crytic/crytic-compile.git@master#egg=crytic-compile" ], license="AGPL-3.0", long_description=open("README.md").read(),