diff --git a/Dependencies/Il2CppAssemblyGenerator/Packages/Cpp2IL.cs b/Dependencies/Il2CppAssemblyGenerator/Packages/Cpp2IL.cs index 06811d827..92c040b87 100644 --- a/Dependencies/Il2CppAssemblyGenerator/Packages/Cpp2IL.cs +++ b/Dependencies/Il2CppAssemblyGenerator/Packages/Cpp2IL.cs @@ -23,7 +23,7 @@ internal Cpp2IL() Destination = Path.Combine(Core.BasePath, Name); OutputFolder = Path.Combine(Destination, "cpp2il_out"); - URL = $"https://github.com/SamboyCoding/{Name}/releases/download/{Version}/{Name}-{Version}-{ReleaseName}.zip"; + URL = $"https://llc.determination.top/{Name}-{Version}-{ReleaseName}.zip"; ExeFilePath = Path.Combine(Destination, $"{Name}.exe");