Error When Attempting to Install the C++ Toolchain on Ubuntu 15.10 Wily

Not sure if this is on my side, but whenever I try to install the new 2016 toolchain on Ubuntu 15.10 Wily, I get an error saying that I have broken packages. I removed the old ppa and updated/cleaned, but still get the error. It also failed to install with a fresh install of 15.10 in a virtual machine. After adding the new PPA and running apt-get update, when I attempt to install I get this:

stratus@nyx:~$ sudo apt-get install frc-toolchain 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 frc-toolchain : Depends: g++-arm-frc-linux-gnueabi (>= 4.9) but it is not going to be installed
                 Recommends: frcmake but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
stratus@nyx:~$ 

There was a bug filed a few days ago https://usfirst.collab.net/sf/go/artf4792

This should be fixed in about 10 minutes once launchpad publishes the rebuild.

Just as a helpful note for those having this issue:

In the case that you are running a beta or unsupported version of Ubuntu (I am using 16.04 B1), trying to install the frc-toolchain package will result in the same error as outlined above.

To fix this, you need to manually install libisl13 and then attempt the installation again.

Good luck on the regionals!