SOS help , i messed up with zorin

I uninstalled wine to install the new one , than sudo add-apt-repository ‘deb https://dl.winehq.org/wine-builds/ubuntu/ focal main’ and I cannot install wine now …The following packages have unfulfilled dependencies:
borhq-stable: Depends on: borstable (= 5.0.2 ~ focus)

SkyAdmin, why are you using the Focal server? If you are on Zorin, it should be Bionic server.
If you could, please remove the repository added for Focal:
Open Software and Updates.
Other Software tab
Uncheck the entry for ‘deb Index of /wine-builds/ubuntu focal main’

Next ensure you do not have broken pacakges:

sudo apt --fix-broken install

Installing Wine on Zorin is easy: enter into terminal:

sudo apt install zorin-windows-app-support

If, for some reason, this does not work, try the following in terminal:

sudo dpkg --add-architecture i386

wget -qO- https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add -

sudo apt-add-repository ‘deb Index of /wine-builds/ubuntu bionic main’

sudo apt-get install --install-recommends winehq-stable

Check that you have Wine5

wine --version

Wine 4 … another diy thing installed wine 5 from the offical website